home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01551_SSsamNUTE.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  1.1 KB  |  39 lines

  1. global presp, memframelabel
  2.  
  3. on exitFrame
  4.   if (445 < the mouseV) and (the mouseV < 460) then
  5.     puppetSprite(2, 1)
  6.     set memframelabel to the frameLabel
  7.     if rollOver(34) then
  8.       mvisiblechk(3, 20, 0)
  9.       go("6KI")
  10.     end if
  11.   else
  12.     if rollOver(11) or rollOver(12) or rollOver(13) or rollOver(14) or rollOver(15) or rollOver(16) or rollOver(17) or rollOver(18) or rollOver(19) or rollOver(20) then
  13.       mvisiblerepx(11, 20)
  14.       cursor(280)
  15.     else
  16.       if rollOver(24) or rollOver(25) or rollOver(26) then
  17.         if rollOver(24) and (the frameLabel = "NUTE") then
  18.           mvisiblerepx(24, 24)
  19.           cursor(280)
  20.         else
  21.           if the frameLabel = "QT" then
  22.             mvisiblerepx(24, 26)
  23.             cursor(280)
  24.           end if
  25.         end if
  26.       else
  27.         if (rollOver(27) or rollOver(28) or rollOver(29) or rollOver(30) or rollOver(31)) and ((the frameLabel = "NUTE") or (the frameLabel = "QT")) then
  28.           mvisiblerepx(27, 31)
  29.           cursor(280)
  30.         else
  31.           set the visible of sprite presp to 0
  32.           cursor(-1)
  33.         end if
  34.       end if
  35.     end if
  36.   end if
  37.   go(the frame)
  38. end
  39.